home *** CD-ROM | disk | FTP | other *** search
/ System Booster / System Booster.iso / Texteditors / Mg1b / Source / version.c < prev    next >
C/C++ Source or Header  |  1996-09-26  |  445b  |  17 lines

  1. /*
  2.  * This file contains the string that get written 
  3.  * out by the emacs-version command.
  4.  * Rich had it generated by a command file. I do
  5.  * it manually, until I can figure out a way to get
  6.  * the MicroGnuEmacs version number generated in an
  7.  * reasonable and automatic manner.
  8.  */
  9.  
  10. char    *version = "MicroGnuEmacs 1b.tgr" ;
  11.  
  12. #ifdef __50SERIES
  13. #ifndef __CI
  14. static void dummmy(){}          /* work around bug in primos 64v mode */
  15. #endif
  16. #endif
  17.